projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e87ca8c
)
ARM: add u-boot.imx as target for i.MX SOCs
author
Stefano Babic
<
[email protected]
>
Tue, 3 Apr 2012 04:32:56 +0000
(
04:32
+0000)
committer
Albert ARIBAUD
<
[email protected]
>
Mon, 16 Apr 2012 12:53:59 +0000
(14:53 +0200)
Freescale SOCs require an header to u-boot.bin
The patch adds u-boot.imx to the default targets
if the imx file is set (IMX_CONFIG).
Signed-off-by: Stefano Babic <
[email protected]
>
Cc: Albert ARIBAUD <
[email protected]
>
CC: Loïc Minier <
[email protected]
>
CC: Mike Frysinger <
[email protected]
>
Acked-by: Mike Frysinger <
[email protected]
>
Acked-by: Dirk Behme <
[email protected]
>
Tested-by: Dirk Behme <
[email protected]
>
arch/arm/cpu/armv7/config.mk
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/config.mk
b/arch/arm/cpu/armv7/config.mk
index 83ddf10f1f60197a6a2e97c660c4e266fd3b8234..f532d62e573fc6b09f1691aadd2cf3343634b769 100644
(file)
--- a/
arch/arm/cpu/armv7/config.mk
+++ b/
arch/arm/cpu/armv7/config.mk
@@
-31,3
+31,6
@@
PLATFORM_CPPFLAGS += -march=armv5
# =========================================================================
PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
+ifneq ($(CONFIG_IMX_CONFIG),)
+ALL-y += $(obj)u-boot.imx
+endif